projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d6a1ce
)
(fortran-end-prog-re): Fix typo.
author
Dave Love
<fx@gnu.org>
Wed, 18 Nov 1998 19:19:09 +0000
(19:19 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 18 Nov 1998 19:19:09 +0000
(19:19 +0000)
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index e80834559536acb55cde990973ef8334823bbce6..d32e547ba9d279dac816aaee92cef6a4ecd7f9cb 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-913,8
+913,8
@@
Auto-indent does not happen if a numeric ARG is used."
\\([ \t]*\\(\\sw\\|\\s_\\)+\\)?\\)?")
(defvar fortran-end-prog-re
- "Regexp possibly marking subprogram end."
-
(concat "^[ \t0-9]*" fortran-end-prog-re1)
)
+ (concat "^[ \t0-9]*" fortran-end-prog-re1)
+
"Regexp possibly marking subprogram end."
)
(defun fortran-check-end-prog-re ()
"Check a preliminary match against `fortran-end-prog-re'."